From: aeyk Date: Fri, 11 Apr 2014 10:11:45 +0000 (-0400) Subject: Update README.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~1082^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=41a4df261e6148ecd294c0489474bddb87c99d4d;p=cargo.git Update README.md --- diff --git a/README.md b/README.md index 4535f0aee..b6ae9e054 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ + +## Compiling cargo + +Firstly you will need to get cargo's dependencies, which are just git submodules. + +``` +$ git submodule init +$ git submodule upgrade +``` +Then it's as simple as ```make && make install```. + ## Porcelain ### cargo-compile